.. _`Create File Link`: .. _`com.sympathyfordata.azure.graph.file.createlink`: Create File Link ```````````````` .. image:: node_graph_create.svg :width: 48 Documentation ::::::::::::: Create File Link to the File specified by the :ref:`File Item ` passed as :ref:`graph_data_365` input. Optionally outputs :ref:`Graph port ` with the Link Item as :ref:`graph_data_365`. Definition :::::::::: Input ports ........... **graph** graph Graph Output ports ............ **graph** 0 - 1, graph Graph **web_url** text Web URL Configuration ............. **Expire after (days)** (expire_after) Set expiration time of link (days) from time of creation (when the node is run). 0 means no expiration or organization limit **Scope** (link_scope) Scope options, see https://docs.microsoft.com/en-us/graph/api/driveitem-createlink#scope-types **Type** (link_type) Type options, see https://docs.microsoft.com/en-us/graph/api/driveitem-createlink#link-types **Password** (password) Optional password, empty means no password. Can use the credential system for storing credentials outside of the node's configuration. For more information, see the Credentials section of the documentation. Related nodes ............. * :ref:`com.sympathyfordata.azure.graph.driveitem.select` Examples ........ * :download:`BasicSympathyGraph365.syx ` Implementation .............. .. automodule:: node_graph :noindex: .. class:: CreateFileLinkGraph :noindex: